home *** CD-ROM | disk | FTP | other *** search
- on onescript
- global timeVar
- set x to random(3)
- set x to 45 + x
- puppetSprite(x, 1)
- set the volume of sound 1 to 255
- set volvar to the volume of sound 2
- set the volume of sound 2 to 60
- set soundVar to random(11)
- set soundVar to "prompt" & soundVar
- puppetSound(soundVar)
- updateStage()
- startTimer()
- repeat while the timer < 100
- set the locV of sprite x to 350
- updateStage()
- set the locV of sprite x to 352
- updateStage()
- end repeat
- puppetSound(0)
- set the volume of sound 2 to volvar
- puppetSprite(x, 0)
- set timeVar to random(5)
- set timeVar to timeVar + 2
- set timeVar to timeVar * 60
- set the timeoutLength to timeVar
- set h to random(2)
- if h = 1 then
- set z to random(4)
- go(string(z))
- end if
- end
-